home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
GNU
/
sas_unix_lib.lha
/
unix
/
include
/
internal
/
vars.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-16
|
235 b
|
12 lines
#ifndef VARS_H
#define VARS_H
/* <_us, _startup_time> should be a pretty good unique identifier of
this process */
extern struct Process *_us;
extern long _stack_size;
extern long _startup_time;
extern int use_amiga_flags;
#endif